home *** CD-ROM | disk | FTP | other *** search
- #ifndef _windowUtils_
- #define _windowUtils_
-
- #define squareButProc 80
-
- void SetUpListRect( WindowPtr, Rect *);
- void SetUpDeleteButton( WindowPtr );
- void SetUpFilterButtons( WindowPtr );
- void SetUpProgressButton( WindowPtr );
- void AdjustWindowItems( WindowPtr);
- void MoveFileWindow( void);
- void AddLineToList( ListHandle, Str255);
- void DrawList( ListHandle);
- void AdjustFilterRects( void);
- pascal Boolean myLClikLoop( void);
- void HandleListDrag( ListHandle);
- void HandleFilterListDrag( ListHandle);
- void ShuffleList( Cell, Cell, ListHandle);
- void ShuffleFileList( Cell, Cell, ListHandle);
-
- #endif
-